home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / fkrfore.xof < prev    next >
Text File  |  1996-05-27  |  8KB  |  379 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  60;
  136.  -0.046711;-0.840687;-0.078453;,
  137.  -0.023799;-0.840687;-0.149509;,
  138.  0.007117;-0.840687;-0.158008;,
  139.  -0.046711;-0.840687;-0.078453;,
  140.  0.007117;-0.840687;-0.158008;,
  141.  -0.005368;-0.840687;-0.067616;,
  142.  0.007117;-0.840687;-0.158008;,
  143.  0.031729;-0.305230;-0.128962;,
  144.  -0.003718;-0.303055;0.045070;,
  145.  0.007117;-0.840687;-0.158008;,
  146.  -0.003718;-0.303055;0.045070;,
  147.  -0.005368;-0.840687;-0.067616;,
  148.  -0.023799;-0.840687;-0.149509;,
  149.  -0.096792;-0.305230;-0.109844;,
  150.  0.031729;-0.305230;-0.128962;,
  151.  -0.023799;-0.840687;-0.149509;,
  152.  0.031729;-0.305230;-0.128962;,
  153.  0.007117;-0.840687;-0.158008;,
  154.  -0.046711;-0.840687;-0.078453;,
  155.  -0.121093;-0.303055;0.020694;,
  156.  -0.096792;-0.305230;-0.109844;,
  157.  -0.046711;-0.840687;-0.078453;,
  158.  -0.096792;-0.305230;-0.109844;,
  159.  -0.023799;-0.840687;-0.149509;,
  160.  -0.005368;-0.840687;-0.067616;,
  161.  -0.003718;-0.303055;0.045070;,
  162.  -0.121093;-0.303055;0.020694;,
  163.  -0.005368;-0.840687;-0.067616;,
  164.  -0.121093;-0.303055;0.020694;,
  165.  -0.046711;-0.840687;-0.078453;,
  166.  -0.005614;-0.004170;0.075725;,
  167.  0.010869;-0.004170;-0.064958;,
  168.  -0.050529;-0.004170;-0.049695;,
  169.  -0.005614;-0.004170;0.075725;,
  170.  -0.050529;-0.004170;-0.049695;,
  171.  -0.073027;-0.004170;0.042359;,
  172.  0.031729;-0.305230;-0.128962;,
  173.  0.010869;-0.004170;-0.064958;,
  174.  -0.005614;-0.004170;0.075725;,
  175.  0.031729;-0.305230;-0.128962;,
  176.  -0.005614;-0.004170;0.075725;,
  177.  -0.003718;-0.303055;0.045070;,
  178.  -0.096792;-0.305230;-0.109844;,
  179.  -0.050529;-0.004170;-0.049695;,
  180.  0.010869;-0.004170;-0.064958;,
  181.  -0.096792;-0.305230;-0.109844;,
  182.  0.010869;-0.004170;-0.064958;,
  183.  0.031729;-0.305230;-0.128962;,
  184.  -0.121093;-0.303055;0.020694;,
  185.  -0.073027;-0.004170;0.042359;,
  186.  -0.050529;-0.004170;-0.049695;,
  187.  -0.121093;-0.303055;0.020694;,
  188.  -0.050529;-0.004170;-0.049695;,
  189.  -0.096792;-0.305230;-0.109844;,
  190.  -0.003718;-0.303055;0.045070;,
  191.  -0.005614;-0.004170;0.075725;,
  192.  -0.073027;-0.004170;0.042359;,
  193.  -0.003718;-0.303055;0.045070;,
  194.  -0.073027;-0.004170;0.042359;,
  195.  -0.121093;-0.303055;0.020694;;
  196.  
  197.  20;
  198.  3;0,1,2;,
  199.  3;3,4,5;,
  200.  3;6,7,8;,
  201.  3;9,10,11;,
  202.  3;12,13,14;,
  203.  3;15,16,17;,
  204.  3;18,19,20;,
  205.  3;21,22,23;,
  206.  3;24,25,26;,
  207.  3;27,28,29;,
  208.  3;30,31,32;,
  209.  3;33,34,35;,
  210.  3;36,37,38;,
  211.  3;39,40,41;,
  212.  3;42,43,44;,
  213.  3;45,46,47;,
  214.  3;48,49,50;,
  215.  3;51,52,53;,
  216.  3;54,55,56;,
  217.  3;57,58,59;;
  218.  
  219.  MeshMaterialList {
  220.   1;
  221.   1;
  222.   0;;
  223.   Material {
  224.    0.760784;0.458824;0.317647;1.000000;;
  225.    0.000000;
  226.    0.000000;0.000000;0.000000;;
  227.    0.000000;0.000000;0.000000;;
  228.   }
  229.  }
  230.  MeshNormals {
  231.   60;
  232.   -0.654490;-0.741900;0.145697;,
  233.   -0.477683;-0.352104;-0.804886;,
  234.   0.615687;-0.751652;-0.236536;,
  235.   -0.654490;-0.741900;0.145697;,
  236.   0.615687;-0.751652;-0.236536;,
  237.   0.202558;-0.564335;0.800310;,
  238.   0.615687;-0.751652;-0.236536;,
  239.   0.688769;0.085850;-0.719880;,
  240.   0.514587;-0.109632;0.850401;,
  241.   0.615687;-0.751652;-0.236536;,
  242.   0.514587;-0.109632;0.850401;,
  243.   0.202558;-0.564335;0.800310;,
  244.   -0.477683;-0.352104;-0.804886;,
  245.   -0.681886;0.092140;-0.725632;,
  246.   0.688769;0.085850;-0.719880;,
  247.   -0.477683;-0.352104;-0.804886;,
  248.   0.688769;0.085850;-0.719880;,
  249.   0.615687;-0.751652;-0.236536;,
  250.   -0.654490;-0.741900;0.145697;,
  251.   -0.832698;-0.047972;0.551646;,
  252.   -0.681886;0.092140;-0.725632;,
  253.   -0.654490;-0.741900;0.145697;,
  254.   -0.681886;0.092140;-0.725632;,
  255.   -0.477683;-0.352104;-0.804886;,
  256.   0.202558;-0.564335;0.800310;,
  257.   0.514587;-0.109632;0.850401;,
  258.   -0.832698;-0.047972;0.551646;,
  259.   0.202558;-0.564335;0.800310;,
  260.   -0.832698;-0.047972;0.551646;,
  261.   -0.654490;-0.741900;0.145697;,
  262.   0.545844;0.712191;0.441405;,
  263.   0.244629;0.610525;-0.753270;,
  264.   -0.587954;0.715709;-0.376922;,
  265.   0.545844;0.712191;0.441405;,
  266.   -0.587954;0.715709;-0.376922;,
  267.   -0.631045;0.413151;0.656573;,
  268.   0.688769;0.085850;-0.719880;,
  269.   0.244629;0.610525;-0.753270;,
  270.   0.545844;0.712191;0.441405;,
  271.   0.688769;0.085850;-0.719880;,
  272.   0.545844;0.712191;0.441405;,
  273.   0.514587;-0.109632;0.850401;,
  274.   -0.681886;0.092140;-0.725632;,
  275.   -0.587954;0.715709;-0.376922;,
  276.   0.244629;0.610525;-0.753270;,
  277.   -0.681886;0.092140;-0.725632;,
  278.   0.244629;0.610525;-0.753270;,
  279.   0.688769;0.085850;-0.719880;,
  280.   -0.832698;-0.047972;0.551646;,
  281.   -0.631045;0.413151;0.656573;,
  282.   -0.587954;0.715709;-0.376922;,
  283.   -0.832698;-0.047972;0.551646;,
  284.   -0.587954;0.715709;-0.376922;,
  285.   -0.681886;0.092140;-0.725632;,
  286.   0.514587;-0.109632;0.850401;,
  287.   0.545844;0.712191;0.441405;,
  288.   -0.631045;0.413151;0.656573;,
  289.   0.514587;-0.109632;0.850401;,
  290.   -0.631045;0.413151;0.656573;,
  291.   -0.832698;-0.047972;0.551646;;
  292.  
  293.   20;
  294.   3;0,1,2;,
  295.   3;3,4,5;,
  296.   3;6,7,8;,
  297.   3;9,10,11;,
  298.   3;12,13,14;,
  299.   3;15,16,17;,
  300.   3;18,19,20;,
  301.   3;21,22,23;,
  302.   3;24,25,26;,
  303.   3;27,28,29;,
  304.   3;30,31,32;,
  305.   3;33,34,35;,
  306.   3;36,37,38;,
  307.   3;39,40,41;,
  308.   3;42,43,44;,
  309.   3;45,46,47;,
  310.   3;48,49,50;,
  311.   3;51,52,53;,
  312.   3;54,55,56;,
  313.   3;57,58,59;;
  314.  }
  315.  MeshTextureCoords {
  316.   60;
  317.   0.691370;0.448684;,
  318.   0.688980;0.448684;,
  319.   0.520967;0.448684;,
  320.   0.691370;0.448684;,
  321.   0.520967;0.448684;,
  322.   0.560492;0.448684;,
  323.   0.000000;0.697597;,
  324.   0.500000;0.697597;,
  325.   0.500000;1.000000;,
  326.   0.000000;0.697597;,
  327.   0.500000;1.000000;,
  328.   0.000000;1.000000;,
  329.   0.000000;0.427929;,
  330.   0.500000;0.427929;,
  331.   0.500000;0.697597;,
  332.   0.000000;0.427929;,
  333.   0.500000;0.697597;,
  334.   0.000000;0.697597;,
  335.   0.000000;0.213118;,
  336.   0.500000;0.213118;,
  337.   0.500000;0.427929;,
  338.   0.000000;0.213118;,
  339.   0.500000;0.427929;,
  340.   0.000000;0.427929;,
  341.   0.000000;0.000000;,
  342.   0.500000;0.000000;,
  343.   0.500000;0.213118;,
  344.   0.000000;0.000000;,
  345.   0.500000;0.213118;,
  346.   0.000000;0.213118;,
  347.   0.560492;0.448684;,
  348.   0.520967;0.448684;,
  349.   0.688980;0.448684;,
  350.   0.560492;0.448684;,
  351.   0.688980;0.448684;,
  352.   0.691370;0.448684;,
  353.   0.500000;0.697597;,
  354.   1.000000;0.697597;,
  355.   1.000000;1.000000;,
  356.   0.500000;0.697597;,
  357.   1.000000;1.000000;,
  358.   0.500000;1.000000;,
  359.   0.500000;0.427929;,
  360.   1.000000;0.427929;,
  361.   1.000000;0.697597;,
  362.   0.500000;0.427929;,
  363.   1.000000;0.697597;,
  364.   0.500000;0.697597;,
  365.   0.500000;0.213118;,
  366.   1.000000;0.213118;,
  367.   1.000000;0.427929;,
  368.   0.500000;0.213118;,
  369.   1.000000;0.427929;,
  370.   0.500000;0.427929;,
  371.   0.500000;0.000000;,
  372.   1.000000;0.000000;,
  373.   1.000000;0.213118;,
  374.   0.500000;0.000000;,
  375.   1.000000;0.213118;,
  376.   0.500000;0.213118;;
  377.  }
  378. }
  379.